.header  {
	background-color : #330000;
	height : auto;
}

.header1-L  {
	font-family : Arial; Helvetica; sans-serif;
	font-weight : bold;
	color : yellow;
	text-align : left;
	line-height : 20px;
}

.header1-R  {
	font-family : Arial; Helvetica; sans-serif;
	font-weight : bold;
	color : yellow;
	text-align : right;
	line-height : 20px;
}

.text  {
	color : white;
	font-family : Arial; Helvetica; sans-serif;
	font-weight : normal;
}

.mark-y  {
	color : yellow;
	font-family : Arial; Helvetica; sans-serif;
	font-weight : normal;
	font-style : italic;
}

.mark-w  {
	color : white;
	font-family : Arial; Helvetica; sans-serif;
	font-weight : normal; 
	font-style : italic;
}

A {
	COLOR: black; TEXT-DECORATION: none
}

A:LINK  {
	TEXT-DECORATION : #F0DE6A;
	COLOR : #F0DE6A;
}

A:VISITED  {
	TEXT-DECORATION : #F0DE6A;
	COLOR : #F0DE6A;

}

A:HOVER  {
	TEXT-DECORATION : underline;
	COLOR : GOLD;
}

A:ACTIVE  {
	TEXT-DECORATION : UNDERLINE;
	COLOR : #F0DE6A; 
}



.header1-C  {
	font-family : Arial; Helvetica; sans-serif;
	font-weight : bold;
	color : yellow;
	text-align : center;
	line-height : 20px;
}

.header-green-light  {
	background-color : #055024;
	height : auto;
}

.header-green-dark  {
	background-color : #004319 ;
	height : auto;
}

.header-pink  {
	background-color : #FFDBF4;
	height : auto;
}

